See Also

PagesCollection Class  | PagesCollection Members  | Overload List

Language

Visual Basic

C#

Show All

index
A zero-based index in the collection where the pages array will be inserted.
pages
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

InsertRange(Int32,Page[]) Method

Inserts an array of Page objects into the collection at the specified index.

[Visual Basic]
Overloads Public Sub InsertRange( _    ByVal index As Integer, _    ByVal pages() As Page _ )
[C#]
public void InsertRange(    int index,    Page[] pages );

Parameters

index
A zero-based index in the collection where the pages array will be inserted.
pages

See Also

PagesCollection Class  | PagesCollection Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.